home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-01-05 | 774 b | 25 lines | [TEXT/GEOL] |
- Item 7302333 3-Jan-90 12:14
-
- From: D5369 Mgmt Sys Des, Chuck McMath,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: Hier. menus
-
- Mark:
-
- There's just one other thing you need to do; that's add the submenu ID to the
- MBAR resource whose symbolic name is kMBarHierarchical. For instance:
-
- resource 'MBAR' (kMBarHierarchical) {
- {mFont; mSize; mColor; mKontrol}
- };
-
- Is what mine looks like for my application. How did I recognize this so
- quickly, you might ask? Well, you see I spent most of last Wednesday trying to
- get a hierarchical submenu to show up…
-
-
- Chuck McMath
-
-